transposition table - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

transposition table - translation to russian

USED IN COMPUTER GAMES TO SPEED UP THE SEARCH OF THE GAME TREE
Refutation table

transposition table         
таблица перестановок
base table         
SET OF DATA ELEMENTS ARRANGED IN ROWS AND COLUMNS AS PART OF A DATABASE
Database table; Database Tables; Cell (database); Table (SQL); SQL table; Base table
опорная плита (в основании сооружения)
transposition         
WIKIMEDIA DISAMBIGUATION PAGE
Transposing; Transposition (disambiguation)
сущ.
транспозиция; перенос, перемещение.

Definition

transposition
n. a transposition from; into, to

Wikipedia

Transposition table

A transposition table is a cache of previously seen positions, and associated evaluations, in a game tree generated by a computer game playing program. If a position recurs via a different sequence of moves, the value of the position is retrieved from the table, avoiding re-searching the game tree below that position. Transposition tables are primarily useful in perfect-information games (where the entire state of the game is known to all players at all times). The usage of transposition tables is essentially memoization applied to the tree search and is a form of dynamic programming.

Transposition tables are typically implemented as hash tables encoding the current board position as the hash index. The number of possible positions that may occur in a game tree is an exponential function of depth of search, and can be thousands to millions or even much greater. Transposition tables may therefore consume most of available system memory and are usually most of the memory footprint of game playing programs.

What is the Russian for transposition table? Translation of &#39transposition table&#39 to Russian